home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 19 / Mac Magazin and MacEasy Magazine CD - Issue 19.iso / Utilities / Q-emuLator LITE / About commercial Q-emuLator… / QL demo software / boot < prev    next >
Text File  |  1995-12-02  |  359b  |  11 lines

  1. 100 IF PEEK_L(163872)<524288 THEN 
  2. 110 CLS:PRINT"The DEMO needs at least 384K of QL RAM"\"On Q-emuLator, Stop the emulator (QL menu), select more ram from the RAM menu, and start again the QL (Start in the QL menu)."
  3. 120 STOP
  4. 130 END IF 
  5. 140 BEEP 0,0,200,100,1
  6. 150 a=RESPR(41000)
  7. 160 LBYTES flp1_dis,a
  8. 170 CALL a
  9. 180 POKE_L 131072,a
  10. 190 EXEC_W mdv1_demo_task
  11.